home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / lord2b7.zip / TRAVEL.REF < prev    next >
Text File  |  1997-06-05  |  8KB  |  418 lines

  1. ;some monsters for above Greentree and abouts, they are just a bit
  2. ;tougher then the Stonebrook ones.
  3.  
  4. @#fight
  5. @do `p20 random 12 1
  6. @if `p20 is 1 then do
  7.  @begin
  8.  @run GENRAN in GENRAN.REF
  9.  @end
  10. @busy
  11. @do `p20 random 11 1
  12. @do goto monster`p20
  13.  
  14. @#sossign
  15. @do moveback
  16. @do saybar
  17. `0Sign: `2<--- Sosen Village, 10 miles.
  18.  
  19. @#chest4
  20. ;secret
  21. @do moveback
  22. @if bitcheck `t13 5 1 then do
  23.   @begin
  24.   @closescript
  25.   @end
  26. @bitset `t13 5 1
  27. @do saybar
  28. `%You find a Red Potion in the tree!  How odd.
  29. @do `i52 + 1
  30.  
  31. @#chest5
  32. ;secret
  33. @do moveback
  34. @if bitcheck `t13 6 1 then do
  35.   @begin
  36.   @do saybar
  37. You soil your hands looking for more treasures, but find nothing..of value.
  38.   @closescript
  39.   @end
  40. @bitset `t13 6 1
  41. @do saybar
  42. `%You find a Red Potion in the toilet!
  43. @do `i52 + 1
  44.  
  45. @#chest6
  46. ;secret
  47. @do moveback
  48. @if bitcheck `t13 7 1 then do
  49.   @begin
  50.   @do saybar
  51. There is nothing on the table.
  52.   @closescript
  53.   @end
  54. @bitset `t13 7 1
  55. @do saybar
  56. `%You find a Moonstone on the table!
  57. @do `i57 + 1
  58.  
  59. @#chest8
  60. ;secret
  61. @do moveback
  62. @if bitcheck `t13 0 1 then do
  63.   @begin
  64.   @do saybar
  65. The waterfall is beautiful!
  66.   @closescript
  67.   @end
  68. @bitset `t13 0 1
  69. @do saybar
  70. `%You find a Moonstone in the waterfall!
  71. @do `i57 + 1
  72.  
  73.  
  74.  
  75. @#monster1
  76. @fight
  77. ;name
  78. Highway Rogue
  79. ;string said when you see him
  80. `0"Put down your arms!" `2you hear from behind.
  81. ;power move kill string
  82. `2You carefully rifle through the Rogue's purse.. hehe!
  83. ;sex - 1 is male, 2 is female, 3 is it
  84. 1
  85. ;weapon and strength for the weapon, up to 5
  86. punches you|6
  87. backstabs you|9
  88. NONE|NONE
  89. NONE|NONE
  90. NONE|NONE
  91. ;defense
  92. 3
  93. ;gold reward
  94. 26
  95. ;experience
  96. 23
  97. ;hit points
  98. 20
  99. ;if win: ref file|name or NONE
  100. NONE|NONE
  101. ;if lose: ref file|name or NONE
  102. GAMETXT.REF|DIE
  103. ;if runs: ref file|name or NONE
  104. NONE|NONE
  105.  
  106. @#monster2
  107. @fight
  108. ;name
  109. Striped Tiger
  110. ;string said when you see him
  111. You hear a deep throated growl in the bushes ahead.
  112. ;power move kill string
  113. To the victor go the spoils!
  114. ;sex - 1 is male, 2 is female, 3 is it
  115. 1
  116. ;weapon and strength for the weapon, up to 5
  117. rips into your arm|13
  118. bats you with a paw|9
  119. NONE|NONE
  120. NONE|NONE
  121. NONE|NONE
  122. ;defense
  123. 4
  124. ;gold reward
  125. 47
  126. ;experience
  127. 36
  128. ;hit points
  129. 27
  130. ;if win: ref file|name or NONE
  131. NONE|NONE
  132. ;if lose: ref file|name or NONE
  133. GAMETXT.REF|DIE
  134. ;if runs: ref file|name or NONE
  135. NONE|NONE
  136.  
  137. @#monster3
  138. @fight
  139. ;name
  140. Angry Dwarf
  141. ;string said when you see him
  142. You see an irritable looking dwarf approaching.
  143. ;power move kill string
  144. `$"Next time you'll pick on somebody your own size, peck," `2you laugh.
  145. ;sex - 1 is male, 2 is female, 3 is it
  146. 3
  147. ;weapon and strength for the weapon, up to 5
  148. headbutts you|6
  149. swings his axe at you|10
  150. shouts obcenities|7
  151. NONE|NONE
  152. NONE|NONE
  153. ;defense
  154. 2
  155. ;gold reward
  156. 17
  157. ;experience
  158. 14
  159. ;hit points
  160. 12
  161. ;if win: ref file|name or NONE
  162. NONE|NONE
  163. ;if lose: ref file|name or NONE
  164. GAMETXT.REF|DIE
  165. ;if runs: ref file|name or NONE
  166. NONE|NONE
  167.  
  168. @#monster4
  169. @fight
  170. ;name
  171. Rock Monster
  172. ;string said when you see him
  173. A large stone sprouts legs and lunges at you!
  174. ;power move kill string
  175. With a mighty swing of your s&weapon you split it in two.
  176. ;sex - 1 is male, 2 is female, 3 is it
  177. 3
  178. ;weapon and strength for the weapon, up to 5
  179. jumps on your foot|8
  180. throws itself at your head|12
  181. NONE|NONE
  182. NONE|NONE
  183. NONE|NONE
  184. ;defense
  185. 8
  186. ;gold reward
  187. 63
  188. ;experience
  189. 67
  190. ;hit points
  191. 38
  192. ;if win: ref file|name or NONE
  193. NONE|NONE
  194. ;if lose: ref file|name or NONE
  195. GAMETXT.REF|DIE
  196. ;if runs: ref file|name or NONE
  197. NONE|NONE
  198.  
  199. @#monster5
  200. @fight
  201. ;name
  202. Rude Boy
  203. ;string said when you see him
  204. `0"Hey!  Don't I know you, punk?!" `2a voice yells.
  205. ;power move kill string
  206. `$"You kids will never learn your lesson," `2you sigh.
  207. ;sex - 1 is male, 2 is female, 3 is it
  208. 1
  209. ;weapon and strength for the weapon, up to 5
  210. socks you in the jaw|10
  211. kicks you in the nads|15
  212. NONE|NONE
  213. NONE|NONE
  214. NONE|NONE
  215. ;defense
  216. 5
  217. ;gold reward
  218. 44
  219. ;experience
  220. 35
  221. ;hit points
  222. 25
  223. ;if win: ref file|name or NONE
  224. NONE|NONE
  225. ;if lose: ref file|name or NONE
  226. GAMETXT.REF|DIE
  227. ;if runs: ref file|name or NONE
  228. NONE|NONE
  229.  
  230. @#monster6
  231. @fight
  232. ;name
  233. Mary
  234. ;string said when you see him
  235. An extremely muscular woman looks down at you fiercly.
  236. ;power move kill string
  237. That wasn't even close! Too easy you think to yourself.
  238. ;sex - 1 is male, 2 is female, 3 is it
  239. 2
  240. ;weapon and strength for the weapon, up to 5
  241. pulls your hair|14
  242. slaps you|9
  243. calls you a bitch|7
  244. pouts|10
  245. NONE|NONE
  246. ;defense
  247. 0
  248. ;gold reward
  249. 22
  250. ;experience
  251. 19
  252. ;hit points
  253. 15
  254. ;if win: ref file|name or NONE
  255. NONE|NONE
  256. ;if lose: ref file|name or NONE
  257. GAMETXT.REF|DIE
  258. ;if runs: ref file|name or NONE
  259. NONE|NONE
  260.  
  261. @#monster7
  262. @fight
  263. ;name
  264. Lost Monkey
  265. ;string said when you see him
  266. `0"Oo oo oo," `2you hear from behind.
  267. ;power move kill string
  268. `2Bad monkey, boy did you spank him!
  269. ;sex - 1 is male, 2 is female, 3 is it
  270. 1
  271. ;weapon and strength for the weapon, up to 5
  272. twists your arm|8
  273. sweeps your feet|11
  274. bites at your finger|7
  275. whips you with his tail|8
  276. NONE|NONE
  277. ;defense
  278. 5
  279. ;gold reward
  280. 23
  281. ;experience
  282. 15
  283. ;hit points
  284. 20
  285. ;if win: ref file|name or NONE
  286. NONE|NONE
  287. ;if lose: ref file|name or NONE
  288. GAMETXT.REF|DIE
  289. ;if runs: ref file|name or NONE
  290. NONE|NONE
  291.  
  292. @#monster8
  293. @fight
  294. ;name
  295. Lost Knight
  296. ;string said when you see him
  297. `0"Halt you must be an enemy of this land," `2says a confused voice.
  298. ;power move kill string
  299. `$"And you think I'm lost?" `2you laugh.
  300. ;sex - 1 is male, 2 is female, 3 is it
  301. 1
  302. ;weapon and strength for the weapon, up to 5
  303. smacks your face with his gauntlet|14
  304. hits with his longsword|9
  305. brawls with you|6
  306. stabs with a shortsword|7
  307. NONE|NONE
  308. ;defense
  309. 10
  310. ;gold reward
  311. 52
  312. ;experience
  313. 42
  314. ;hit points
  315. 34
  316. ;if win: ref file|name or NONE
  317. NONE|NONE
  318. ;if lose: ref file|name or NONE
  319. GAMETXT.REF|DIE
  320. ;if runs: ref file|name or NONE
  321. NONE|NONE
  322.  
  323. @#monster9
  324. @fight
  325. ;name
  326. Wild Dog
  327. ;string said when you see him
  328. You hear a sharp growl from the bushes ahead.
  329. ;power move kill string
  330. Stay boy, stay.  Good Dog..why is there gold in his ass?!
  331. ;sex - 1 is male, 2 is female, 3 is it
  332. 1
  333. ;weapon and strength for the weapon, up to 5
  334. takes a bite out of your arm|10
  335. shows you his sharp paw|7
  336. barks up your tree|8
  337. NONE|NONE
  338. NONE|NONE
  339. ;defense
  340. 3
  341. ;gold reward
  342. 10
  343. ;experience
  344. 14
  345. ;hit points
  346. 15
  347. ;if win: ref file|name or NONE
  348. NONE|NONE
  349. ;if lose: ref file|name or NONE
  350. GAMETXT.REF|DIE
  351. ;if runs: ref file|name or NONE
  352. NONE|NONE
  353.  
  354. @#monster10
  355. @fight
  356. ;name
  357. Caribou
  358. ;string said when you see him
  359. You see what you think is a huge deer!!
  360. ;power move kill string
  361. `$"Now we have food for tonight," `2you laugh.
  362. ;sex - 1 is male, 2 is female, 3 is it
  363. 3
  364. ;weapon and strength for the weapon, up to 5
  365. headbutts you|12
  366. kicks with his hind legs|10
  367. smashes you into a tree|7
  368. NONE|NONE
  369. NONE|NONE
  370. ;defense
  371. 4
  372. ;gold reward
  373. 16
  374. ;experience
  375. 18
  376. ;hit points
  377. 18
  378. ;if win: ref file|name or NONE
  379. NONE|NONE
  380. ;if lose: ref file|name or NONE
  381. GAMETXT.REF|DIE
  382. ;if runs: ref file|name or NONE
  383. NONE|NONE
  384.  
  385. @#monster11
  386. @fight
  387. ;name
  388. Thug
  389. ;string said when you see him
  390. You see an masked person with a club.
  391. ;power move kill string
  392. `$"Go away," `2you scream in fear.
  393. ;sex - 1 is male, 2 is female, 3 is it
  394. 1
  395. ;weapon and strength for the weapon, up to 5
  396. shows you a club|7
  397. sucker punches you|5
  398. kicks you down|6
  399. NONE|NONE
  400. NONE|NONE
  401. ;defense
  402. 3
  403. ;gold reward
  404. 8
  405. ;experience
  406. 6
  407. ;hit points
  408. 10
  409. ;if win: ref file|name or NONE
  410. NONE|NONE
  411. ;if lose: ref file|name or NONE
  412. GAMETXT.REF|DIE
  413. ;if runs: ref file|name or NONE
  414. NONE|NONE
  415.  
  416.  
  417. @#done
  418.